home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Shape Smash / shape-smash.swf / scripts / styles_properties.as < prev   
Encoding:
Text File  |  2010-05-14  |  449 b   |  22 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class styles_properties extends ResourceBundle
  6.    {
  7.       public function styles_properties()
  8.       {
  9.          super();
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          var _loc1_:Object = null;
  15.          _loc1_ = {};
  16.          _loc1_["unableToLoad"] = "Unable to load style({0}): {1}.";
  17.          return _loc1_;
  18.       }
  19.    }
  20. }
  21.  
  22.